home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / buttonbase / buttonclass.doc < prev    next >
Encoding:
Text File  |  1998-06-05  |  1.2 KB  |  28 lines

  1.  
  2.     About buttonclass.m
  3.  
  4.         This is a button gadget similar to, and somewhat compatible with,
  5.     that used in 'button.gadget' from the EasyGUI distribution, only enhanced
  6.     in a few ways that I felt were necessary:
  7.  
  8.         - Gadtools-style underlining for keyboard shortcuts;
  9.         - alternate frame types;
  10.         - alternate image for selected gadgets (no more needing to change it
  11.           yourself:^);
  12.         - not apt to get mixed up with ClassAct's identically-named
  13.           'button.gadget';
  14.  
  15.         This is a work in progress (hence the omission of the source code from
  16.     this archive; this will change once I'm happy with the workings of the
  17.     gadget), but I feel it is far enough along that I can release it, along
  18.     with suitable EasyGUI plugins to drive it.
  19.  
  20.         There is as yet no included documentation for the gadget to allow its
  21.     use outside of EasyGUI;  studying the Plugin sources should glean enough
  22.     info about how to use the gadget.  But be forewarned:  the specifications
  23.     for this gadget are subject to change, and very likely will.
  24.  
  25.         Also be forewarned:  This gadget works just fine for me, and the
  26.     limited testing I've done on it, but I make no guarantees, yada yada yada,
  27.     don't blame me.
  28.